home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / tm301_2.zip / GENESIS.SCR < prev    next >
Text File  |  1992-01-03  |  456b  |  23 lines

  1. ;
  2. ; GENESIS.SCR is a logon script file for Genesis BBS
  3. ;
  4.  
  5. Name = "First Last"          ; put your name here
  6. Phone = "1234"               ; last 4 digits
  7.  
  8. Set AutoStop,On              ; stop script if carrier is lost
  9. Waitfor 0                    ; wait until string matched
  10.  
  11. When "-More-(Y,N,C): ","n"
  12. When "<Press A Key>","^M"
  13.  
  14. Waitfor "[>"
  15. Put Name
  16.  
  17. Waitfor "Enter Password: "
  18. Put "^&"
  19.  
  20. Waitfor "digits of your phone #: "
  21. Put Phone
  22.  
  23.